home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / answers / usenet-software / part1 < prev    next >
Encoding:
Internet Message Format  |  1993-04-26  |  22.9 KB

  1. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!usc!howland.reston.ans.net!gatech!purdue!not-for-mail
  2. From: spaf@cs.purdue.edu (Gene Spafford)
  3. Newsgroups: news.admin.misc,news.announce.newusers,news.software.readers,news.software.b,news.answers
  4. Subject: USENET Software: History and Sources
  5. Supersedes: <spaf-software_728545559@cs.purdue.edu>
  6. Followup-To: news.admin.misc
  7. Date: 26 Apr 1993 00:01:40 -0500
  8. Organization: Dept. of Computer Sciences, Purdue Univ.
  9. Lines: 417
  10. Approved: spaf@cs.purdue.edu
  11. Expires: 25 Jun 93 17:01:40 GMT
  12. Message-ID: <spaf-software_735800500@cs.purdue.edu>
  13. NNTP-Posting-Host: ector.cs.purdue.edu
  14. Xref: senator-bedfellow.mit.edu news.admin.misc:2540 news.announce.newusers:1078 news.software.readers:4251 news.software.b:13951 news.answers:7886
  15.  
  16. Archive-name: usenet-software/part1
  17. Original from: spaf@purdue (Gene Spafford)
  18. Comment: edited until 5/93 by spaf@cs.purdue.edu (Gene Spafford)
  19. Last-change: 25 Apr 1993 by spaf@purdue (Gene Spafford)
  20.  
  21.  
  22. Currently, Usenet readers interact with the news using a number of
  23. software packages and programs.  This article mentions the important
  24. ones and a little of their history, gives pointers where you can look
  25. for more information and ends with some special notes about "foreign"
  26. and "obsolete" software.  At the very end is a list of sites from which
  27. current versions of the Usenet software may be obtained.
  28.  
  29. Note that the number of software packages available to run news,
  30. especially on PCs, is increasing.  This article lists only a few of
  31. the many news packages available, and the presence or absence of any
  32. particular software package should not be construed as indicating
  33. anything about its suitability usefulness.
  34.  
  35. The material contained in this post is probably not 100% up-to-date.
  36. Many of the software packages described in this posting are undergoing
  37. constant development, and it is not always possible to know when new
  38. releases have been made.  Should you discover that information in this
  39. post has been superseded by a new release, please send mail to the
  40. poster of this article with the corrected information.
  41.  
  42. History
  43. -------
  44. Usenet came into being in late 1979, shortly after the release of V7
  45. Unix with UUCP.  Two Duke University grad students in North Carolina,
  46. Tom Truscott and Jim Ellis, thought of hooking computers together to
  47. exchange information with the Unix community.  Steve Bellovin, a grad
  48. student at the University of North Carolina, put together the first
  49. version of the news software using shell scripts and installed it on
  50. the first two sites: "unc" and "duke." At the beginning of 1980 the
  51. network consisted of those two sites and "phs" (another machine at
  52. Duke), and was described at the January Usenix conference.  Steve
  53. Bellovin later rewrote the scripts into C programs, but they were never
  54. released beyond "unc" and "duke." Shortly thereafter, Steve Daniel did
  55. another implementation in C for public distribution.  Tom Truscott made
  56. further modifications, and this became the "A" news release.
  57.  
  58. In 1981 at U. C. Berkeley, grad student Mark Horton and high school
  59. student Matt Glickman rewrote the news software to add functionality
  60. and to cope with the ever increasing volume of news -- "A" News was
  61. intended for only a few articles per group per day.  This rewrite was
  62. the "B" News version.  The first public release was version 2.1 in
  63. 1982; the 1.* versions were all beta test.  As the net grew, the news
  64. software was expanded and modified.  The last version maintained and
  65. released primarily by Mark was 2.10.1.
  66.  
  67. Rick Adams, at the Center for Seismic Studies, took over coordination
  68. of the maintenance and enhancement of the B News software with the
  69. 2.10.2 release in 1984.  By this time, the increasing volume of news
  70. was becoming a concern, and the mechanism for moderated groups was
  71. added to the software at 2.10.2.  Moderated groups were inspired by
  72. ARPA mailing lists and experience with other bulletin board systems.
  73. In late 1986, version 2.11 of B News was released, including a number
  74. of changes to support a new naming structure for newsgroups, enhanced
  75. batching and compression, enhanced ihave/sendme control messages, and
  76. other features.
  77.  
  78. The current release of B News is 2.11, patchlevel 19.  Article format
  79. is specified in RFC 1036 (see below).  B News has been declared "dead"
  80. by a number of people, including Rick Adams, and is unlikely to be
  81. upgraded further; most new UUCP sites are using C News or INN (see
  82. next paragraphs).
  83.  
  84. In March 1986 a package was released implementing news transmission,
  85. posting, and reading using the Network News Transfer Protocol (NNTP)
  86. (as specified in RFC 977).  This protocol allows hosts to exchange
  87. articles via TCP/IP connections rather than using the traditional
  88. uucp.  It also permits users to read and post news (using a modified
  89. news user agent) from machines which cannot or choose not to install
  90. the USENET news software.  Reading and posting are done using TCP/IP
  91. messages to a server host which does run the USENET software.  Sites
  92. which have many workstations like the Sun and SGI, and HP products
  93. find this a convenient way to allow workstation users to read news
  94. without having to store articles on each system.  Many of the Usenet
  95. hosts that are also on the Internet exchange news articles using NNTP
  96. because the load impact of NNTP is much lower than uucp (and NNTP
  97. ensures much faster propagation).
  98.  
  99. NNTP grew out of independent work in 1984-1985 by Brian Kantor at U.
  100. C.  San Diego and Phil Lapsley at U. C. Berkeley.  NNTP includes
  101. support for System V UNIX with Excelan Ethernet cards and DECNET under
  102. Ultrix.  NNTP was developed at U. C. Berkeley by Phil Lapsley with
  103. help from Erik Fair, Steven Grady, and Mike Meyer, among others.  The
  104. NNTP package was distributed on the 4.3BSD release tape (although that
  105. was version 1.2a and out-of-date) and is also available from the
  106. various authors, many major hosts, and by anonymous FTP from
  107. lib.tmc.edu, mthvax.cs.miami.edu and ftp.uu.net.
  108.  
  109. One new version of news, known as C News, was developed at the
  110. University of Toronto by Geoff Collyer and Henry Spencer.  This
  111. version is a rewrite of the lowest levels of news to increase article
  112. processing speed, decrease article expiration processing and improve
  113. the reliability of the news system through better locking, etc.  The
  114. package was released to the net in the autumn of 1987.  For more
  115. information, see the paper "News Need Not Be Slow," published in The
  116. Winter 1987 Usenix Technical Conference proceedings.  The most recent
  117. version of C News is the 20 Feb 1993 "performance release."  C News can
  118. be obtained from its official archive site, cs.toronto.edu, using FTP.
  119.  
  120. Another Usenet system, known as InterNetNews, or INN, was written by
  121. Rich Salz <rsalz@uunet.uu.net>.  INN is designed to run on Unix hosts
  122. that have a socket interface.  It is optimized for larger hosts where
  123. most traffic uses NNTP, but it does provide full UUCP support.  INN is
  124. very fast, and since it integrates NNTP many people find it easier to
  125. administer only one package.  The package was publicly released on
  126. August 20, 1992.  For more information, see the paper "InterNetNews:
  127. Usenet Transport for Internet Sites" published in the June 1992 Usenix
  128. Technical Conference Proceedings.  INN can be obtained from many
  129. places; its official archive site is ftp.uu.net in the directory
  130. networking/news/nntp/inn.
  131.  
  132. ANU-NEWS is news package written by Geoff Huston of Australia for VMS
  133. systems.  ANU-NEWS is a complete news system that allows reading,
  134. posting, direct replies, moderated newsgroups, etc. in a fashion
  135. closely related to regular news.  The implementation includes the RFC
  136. 1036 news propagation algorithms and integrated use of the NNTP
  137. protocols (see below) to support remote news servers, implemented as a
  138. VAX/VMS Decnet object.  An RFC 977 server implemented as a Decnet
  139. object is also included. ANU-NEWS currently includes support for the
  140. following TCP/IP protocols: MultiNet, CMU/TEK, Wollongong WIN/TCP, UCX
  141. (TCP/IP Services for OpenVMS), EXOS, and TCPware.  The ANU-NEWS
  142. interface is similar to standard DEC screen oriented systems.  The
  143. license for the software is free, and there are no restrictions on the
  144. re-distribution.  For more info, contact gih900@fac.anu.oz.au (Geoff
  145. Huston).  ANU-NEWS is available for FTP from kuhub.cc.ukans.edu.
  146. Contact SLOANE@KUHUB.CC.UKANS.EDU for more info.
  147.  
  148. A screen-oriented news client for VMS that works with CMU/tek, EXOS,
  149. MultiNet, UCX, Wollongong and DECnet is also available via ftp from
  150. iraun1.ira.uka.de, info.rz.uni-ulm.de, and ftp.spc.edu (contact Bernd
  151. Onasch <uranus@pilhuhn.ka.sub.org> for details).
  152.  
  153. Reader NNTP clients for VMS are also available, including VMS/VNEWS
  154. (current release 1.4) and an upcoming reader only version of ANU-NEWS.
  155. VMS/VNEWS is available via anonymous ftp from arizona.edu (contact
  156. jms@arizona.edu for more information) or at any site which archives
  157. vmsnet.source.  Although the current release of ANU-NEWS is usable as
  158. a reader it can be difficult when used with a UNIX server.
  159.  
  160. A port of C News for the Commodore Amiga under AmigaDOS (NOT Unix), is
  161. available.  The port was done by Frank J. Edwards <crash@ckctpa.uucp>,
  162. and available from Larry Rosenman <ler@lerami.lerctr.org>.  Also,
  163. Matt Dillon <dillon@overload.berkely.ca.us>, has greatly improved the
  164. UUCP clone for AmigaDOS, currently V1.16D, available for ftp from
  165. ftp.uu.net in /systems/amiga/dillon.  The package also includes a
  166. newsreader very loosely like the real rn.  Dillon also has a "vn" port
  167. provided by Eric Lee Green.  This software is also available on Bix,
  168. and for ftp from wuarchive.wustl.edu (many other Amiga newsreaders are
  169. also available on theis ftp site).
  170.  
  171. Several popular screen-oriented news reading interfaces have been
  172. developed in the last few years to replace the traditional "readnews"
  173. interface.  The first of these was "vnews" and it was written by
  174. Kenneth Almquist.  "vnews" provides a "readnews"-like command
  175. interface, but displays articles using direct screen positioning.  It
  176. appears to have been inspired, to some extent, by the "notes" system
  177. (described below).  "vnews" is currently distributed with the standard
  178. 2.11 news source.
  179.  
  180. A second, more versatile interface, "rn", was developed by Larry Wall
  181. (the author of Perl) and released in 1984.  This interface also uses
  182. full-screen display with direct positioning, but it includes many
  183. other useful features and has been very popular with many regular net
  184. readers.  The interface includes reading, discarding, and/or
  185. processing of articles based on user-definable patterns, and the
  186. ability of the user to develop customized macros for display and
  187. keyboard interaction.  "rn" is currently at release 4.4.3.  It is
  188. being maintained by Stan Barber of the Baylor College of Medicine.
  189. "rn" is not provided with the standard news software release, but is
  190. very widely available because of its popularity.  The software can be
  191. obtained from its official archive site, lib.tmc.edu, using FTP, and
  192. via mail from archive-server@bcm.tmc.edu
  193.  
  194. A variant of "rn" is "trn" by Wayne Davison. Trn adds the ability to
  195. follow "threads of discussions" in newsgroups; its latest version 2.5
  196. is based on rn 4.4. It uses a Reference-line database to allow the
  197. user to take advantage of the "discussion tree" formed by an article
  198. and its replies.  This results in a true reply-ordered reading of the
  199. articles, complete with a small ascii representation of the current
  200. article's position in the discussion tree. Trn can be obtained from
  201. ftp.coe.montana.edu in the /pub/trn directory, from uunet in the
  202. news subdirectory, and from many other archive servers world-wide.
  203.  
  204. xrn is an X11-based interface to NNTP that was written by Rick
  205. Spickelmier and Ellen Sentovich (UC Berkeley).  The current version is
  206. 6.17.  xrn supports many features, including sorting by subject,
  207. user-settable key bindings, graceful handling of NNTP server crashes,
  208. and many of the features of rn (including KILL files and key bindings
  209. similar to rn).  xrn is actively supported by the authors with bug
  210. fixing and feature addition support from many of the users.  xrn can
  211. be retrieved from most of the popular FTP sites (gatekeeper.dec.com,
  212. ftp.uu.net, export.lcs.mit.edu).
  213.  
  214. Another X11-based newsreader is xvnews.  This is a news reader
  215. designed primarily for Sun workstations running OpenWindows.  It runs
  216. with NNTP and is compatible with rn style commands. It is available
  217. from export.lcs.mit.edu in the contrib directory.
  218.  
  219. There are two popular macro packages named "GNUS" and "Gnews" that can
  220. be used with the GNU Emacs text editor.  These allow reading,
  221. replying, and posting interaction with the news from inside the Emacs
  222. text editor.  Client code exists to get the articles using NNTP rather
  223. than from a local disk.  Copies can be found on most archive sites
  224. that carry the GNU archives.
  225.  
  226. "nn" is yet another reader interface, developed by Kim F. Storm of
  227. Texas Instruments A/S, Denmark, and released in 1989.  nn differs from
  228. the traditional readnews and vnews by presenting a menu of article
  229. subject and sender-name lines, allowing you to preselect articles to
  230. read.  nn is also a very fast newsreader, as it keeps a database of
  231. article headers on-line.  (I.e. it trades space for time.  A good rule
  232. of thumb is that the nn database size is 5%-10% of your news spool.
  233. So up to 110% of your news spool is the amount of space news and the
  234. nn database will take.)  The current version of nn is 6.4.18.  nn can
  235. be obtained via anonymous FTP from dkuug.dk, uop.uop.edu, or various
  236. other sites; European sites should request the sources from their
  237. nearest backbone site.
  238.  
  239. Yet another newsreader is the "tin" reader.  It operates with threads,
  240. has different article organization methods, and is full-screen
  241. oriented.  tin works on a local news spool or over an NNTP connection.
  242. It has been posted to alt.sources, and further information is
  243. available from Iain Lea (iain%anl433.uucp@Germany.EU.net). The current
  244. release of tin is 1.1 PL19.  Tin is based more on the Notes and tass
  245. systems than "rn".  There is an extensive list of features, including
  246. interfaces to batch modes and auto unpacking mechanisms.
  247.  
  248. An NNTP newsreader for Macintoshs is available called HyperNews.  It
  249. is implemented as a HyperCard stack and depends on MacTCP.  It is
  250. available from many Mac archives, including ftp.apple.com and
  251. sumex-aim.stanford.edu.  A newsreader preferred by many Macintosh
  252. users is NewsWatcher, currently maintained by a group headed (defacto)
  253. by j-norstad@nwu.edu (John Norstad).  The current version is 1.3d6 and
  254. is available in ftp.acns.nwu.edu:/pub/newswatcher.
  255.  
  256. There is also an NNTP-based netnews reader for Symbolics Lisp Machines
  257. (under Genera 7) available for anonymous FTP from ucbvax.berkeley.edu
  258. [128.32.133.1] in pub/nntp-clients/lispm written by Ian Connolly
  259. <connolly@coins.cs.umass.edu> and maintained by Richard Welty
  260. <welty@lewis.crd.ge.com>.  In addition, another NNTP-based news
  261. browser is available running under Genera 7 and Genera 8.  It provides
  262. mouse driven hierarchic browsing of newsgroups and articles, with
  263. support for X11 servers on remote machines.  It is available for
  264. anonymous FTP on flash.bellcore.com [128.96.32.20] in the directory
  265. pub/lispm/news-reader/.  It is written and maintained by Peter
  266. Clitherow <pc@bellcore.com>
  267.  
  268. A TOPS-20 reader was developed by Dave Edwards of SRI
  269. <dle@kl.sri.com>, but current availability is unknown.  An NNTP reader
  270. suite for PC's running MS-DOS and having Excelan boards is available
  271. for ftp from ames.arc.nasa.gov; get the pcrrn files.  There are two
  272. MS-DOS news readers that can be obtained from bcm.tmc.edu in the "nfs"
  273. directory.  They both require PC-NFS (from Sun) to work.  They will
  274. both work under PC/TCP from FTP Software early this year.  Source will
  275. be provided at that time.
  276.  
  277. "trumpet" is a NNTP based news reader for DOS which will also run
  278. under Windows (although only as a DOS application). There is Lan
  279. Workplace version which is also available.  It works using the
  280. Clarkson Packet Drivers either over a Novell network or a PC with an
  281. 'ordinary' TCP/IP connection. It offers a very intuitive interface
  282. with most of the basic facilities required in a newsreader (but
  283. without some of the 'bells and whistles found in something like rn).
  284. It has facilities for using SMTP to forward/reply etc.  The latest
  285. version is 1.05g and is shareware available at most main ftp sites.
  286.  
  287. Details on several newsreaders for systems running "Waffle" may be
  288. found in the FAQ posted to the comp.bbs.waffle newsgroup on a regular
  289. basis.  At least 3 different readers are available, and all can be
  290. obtained via ftp and mailserver from halcyon.com (look in
  291. /pub/waffle/news). 
  292.  
  293. At least one IBM VM/SP (CMS) version of the Usenet software is
  294. available.  It is known as PSU NetNews, and it is maintained by Linda
  295. Littleton (lrl@psuvm.bitnet/psuvm.psu.edu).  Version 2.4 of the
  296. software is available from LISTSERV@PSUVM.  PSU NetNews supports only
  297. 3270 terminals, and uses XEDIT as its screen driver.  Most major VM
  298. sites appear to use this package.  NetNews supports locally-stored
  299. news, not NNTP reading.
  300.  
  301. Since january 1993 a complete NNTP server is available for VM systems.
  302. It provides news reading, posting and feed processing compatible to the
  303. Unix NNTP implementations.  The code is written in IBM's VM Rexx.
  304. It assumes that you already have installed PSU VM NETNEWS.  The VM NNTP
  305. package, written by Kris Van Hees (gutest6@cc1.kuleuven.ac.be) who also
  306. takes care of the maintenance.  The current version is 1.0.1 and requires
  307. IBM's FAL TCP/IP and Arty Ecock's RXSOCKET which is available from the
  308. IBMTCP FIELLIST on listserv@pucc.  The VM NNTP package can be obtained
  309. from the NNTP PACKAGE on listserv@blekul11.
  310.  
  311. There is NNTP support for PSU NetNews for bulk news receipt: NNTPXFER
  312. will poll another site for news, and NNTPRCVR will receive news sent
  313. from a Unix NNTPXMIT process.  Either program sends the news articles
  314. to NetNews for processing.  Contact Andy Hooper (hooper@qucdn.bitnet
  315. or qucdn.queensu.ca) for more information, or obtain them from
  316. listserv@qucdn in PUBLIC FILELIST.  These programs are provided with
  317. source, and require IBM's FAL TCP/IP and Pascal.  An NNTPXMIT sender
  318. that works in cooperation with PSU NETNEWS is available from Herman
  319. Van Uytven (SYSTHVU@cc1.kuleuven.ac.be).
  320.  
  321. There is at least one NNTP news-reader for VM using XEDIT as its
  322. screen manager: NNR.  Contact Paul Campbell (pc@mbunix.mitre.org) for
  323. information.  The program requires IBM's FAL TCP/IP.  The software is
  324. available for anonymous ftp from rusmv1.rus.uni-stuttgart.de
  325. [129.69.1.12] in the directory
  326. soft/comm/news/beginner/software/vm-cms/*.
  327.  
  328. An NNTP news reader is available for TSO/ISPF, called NNMVS. NNMVS is
  329. written by Stephen Bacher <seb1525@mvs.draper.com> at Draper
  330. Laboratory.  It requires C/370 V1R2 (though V1R1 will work) and uses
  331. TCP/IP sockets.  It is now available via anonymous ftp at
  332. ftp.uni-stuttgart.de under the directory
  333. /soft/comm/news/beginner/software/nnmvs.  The current release
  334. is Version 2 Release 3 Modification Level 1 (in pseudo-IBM parlance).
  335.  
  336.  
  337. Special note on "notes" and old versions of news
  338. ------------------------------------------------
  339. Many years ago, there was another distributed "news" system called
  340. "notes".  The "notes" software package used a different internal
  341. organization of articles, and a different interchange format than that
  342. of the standard Usenet software.  It was inspired by the notesfiles
  343. available in the PLATO system and was developed independently from the
  344. Usenet news.  Eventually, the "notes" network and Usenet were joined
  345. via gateways doing (sometimes imperfect) protocol translation.
  346. "notes" was written in 1980-1981 by Ray Essick and Rob Kolstad, (then)
  347. grad students at the University of Illinois at Urbana-Champaign.  The
  348. first public release of "notes" was at the January 1982 Usenix
  349. conference.  The last release of notes was version 1.7; it is no
  350. longer being actively maintained.
  351.  
  352. "B" news software is currently considered obsolete.  Unix sites
  353. joining the Usenet should install C news or INN to ensure proper
  354. behavior and good performance.  Most old B news software had
  355. compiled-in limits on the number of newsgroups and the number of
  356. articles per newsgroup; the increasing volume of news means that B
  357. news software cannot reliably cope with a moderately-full newsfeed.
  358.  
  359.  
  360. Software versions & availability
  361. --------------------------------
  362. You can obtain the version number of your news software by issuing
  363. some form of "v" command to show the current version -- consult the
  364. man page for details.  Current software is obtainable from almost any
  365. major Usenet site as well as the sites noted in the body of the
  366. article, above.
  367.  
  368.  
  369. The following sites probably have sources to the current news software
  370. available for anyone needing a copy:
  371.  
  372.         Site        Contact
  373.         ----        -------
  374.         munnari        kre@munnari.oz.au
  375.         osu-cis        postmaster@cis.ohio-state.edu
  376.         philabs        usenet@philabs.philips.com
  377.         pyramid        usenet@pyramid.com
  378.         rutgers        usenet@rutgers.edu
  379.         tektronix    news@tektronix.tek.com
  380.         watmath        usenet@watmath.waterloo.edu
  381.         uunet        info@uunet.uu.net
  382.  
  383. Sources for most of the news readers and software, including news
  384. 2.11, C News, "rn", and "trn" are also available in the
  385. comp.sources.unix archives.  European sites should request the sources
  386. from their nearest Eunet backbone site.
  387.  
  388. The "archie" service can be used to locate ftp archives containing
  389. various news software packages.  There are regular postings in the
  390. comp.answers newsgroup about how to use the "archie" service.
  391.  
  392. Standards
  393. ---------
  394. News programs communicate with each other according to standard protocols,
  395. some of which are described by RFCs.  An RFC is a Request For Comment, a
  396. de facto standard in the Internet Community.  It is a form of published
  397. software standard, done through the Network Information Center (NIC) at SRI.
  398. Copies of RFCs are often posted to the net and obtainable from archive sites.
  399. Current news-related RFCs include the following:
  400.  
  401.     RFC 822 specifies the format of messages; RFC 1036 uses this.
  402.     RFC 977 specifies NNTP, the Network News Transfer Protocol.
  403.     RFC 1036 specifies the format of Usenet articles.
  404.     RFC 1123 amends RFC 822.
  405.     RFC 1153 specifies the digest format some moderated groups use.
  406.  
  407. Newsgroups
  408. ----------
  409.  
  410. The following newsgroups cover issues discussed in this article, and can
  411. be consulted for recent developments.
  412.  
  413. bit.listserv.netnws-l    Discussion about NetNews on VM systems.
  414. gnu.emacs.gnews        News reading under GNU Emacs using Weemba's Gnews.
  415. gnu.emacs.gnus        News reading under GNU Emacs using GNUS (in English).
  416. news.software.anu-news    VMS B-news software from Australian National Univ.
  417. news.software.b        Discussion about B-news-compatible software.
  418. news.software.nn    Discussion about the "nn" news reader package.
  419. news.software.notes    Notesfile software from the Univ. of Illinois.
  420. news.software.readers    General discussion about news reading software.
  421.  
  422. Acknowledgements
  423. ----------------
  424. The preparation of this article (and Usenet itself!) was greatly
  425. enhanced by the contributions and assistance of the following persons:
  426. Steve Bellovin, Ray Essick, Mark Horton, Brian Kantor, Phil Lapsley,
  427. Bob Page, Rich Salz, Tom Truscott, and Larry Wall.  Thanks, folks.
  428. -- 
  429. Gene Spafford
  430. Software Engineering Research Center & Dept. of Computer Sciences
  431. Purdue University, W. Lafayette IN 47907-1398
  432. Internet:  spaf@cs.purdue.edu    phone:  (317) 494-7825
  433.